home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMMETA / TFRMMETA.txt
Encoding:
Text File  |  1999-04-29  |  11.9 KB  |  467 lines

  1. object frmMeta: TfrmMeta
  2.   Left = 328
  3.   Top = 249
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Document Information (Meta Tags)'
  7.   ClientHeight = 304
  8.   ClientWidth = 396
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object panFooter: TPanel
  23.     Left = 0
  24.     Top = 268
  25.     Width = 396
  26.     Height = 36
  27.     Align = alBottom
  28.     TabOrder = 0
  29.     object btnHelp: TButton
  30.       Left = 6
  31.       Top = 5
  32.       Width = 75
  33.       Height = 25
  34.       Caption = '&Help'
  35.       TabOrder = 0
  36.       OnClick = btnHelpClick
  37.     end
  38.     object butOK: TButton
  39.       Left = 235
  40.       Top = 5
  41.       Width = 75
  42.       Height = 25
  43.       Caption = '&OK'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 1
  47.       OnClick = butOKClick
  48.     end
  49.     object butCancel: TButton
  50.       Left = 314
  51.       Top = 5
  52.       Width = 75
  53.       Height = 25
  54.       Cancel = True
  55.       Caption = '&Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 2
  58.     end
  59.   end
  60.   object pageDoc: TPageControl
  61.     Left = 0
  62.     Top = 0
  63.     Width = 396
  64.     Height = 268
  65.     ActivePage = tabRedirection
  66.     Align = alClient
  67.     TabOrder = 1
  68.     object tabInfo: TTabSheet
  69.       Caption = 'Title'
  70.       object GroupBox3: TGroupBox
  71.         Left = 1
  72.         Top = 0
  73.         Width = 385
  74.         Height = 138
  75.         TabOrder = 0
  76.         object Label3: TLabel
  77.           Left = 9
  78.           Top = 0
  79.           Width = 74
  80.           Height = 13
  81.           Caption = '&Document Title '
  82.         end
  83.         object Label1: TLabel
  84.           Left = 14
  85.           Top = 21
  86.           Width = 359
  87.           Height = 30
  88.           AutoSize = False
  89.           Caption = 
  90.             'A page'#39's title is used by search engines to determine its conten' +
  91.             't ∩┐╜ therefore, make it brief but descriptive. '
  92.           WordWrap = True
  93.         end
  94.         object Label2: TLabel
  95.           Left = 44
  96.           Top = 89
  97.           Width = 314
  98.           Height = 13
  99.           Caption = 'For example : Sausage Software - Download HotDog Professional'
  100.         end
  101.         object Label7: TLabel
  102.           Left = 14
  103.           Top = 54
  104.           Width = 322
  105.           Height = 26
  106.           Caption = 
  107.             'Titles often simply contain the Web site'#39's name and the purpose ' +
  108.             'of the current document.'
  109.           WordWrap = True
  110.         end
  111.         object cmbTitle: TSausCombo
  112.           Left = 14
  113.           Top = 108
  114.           Width = 359
  115.           Height = 21
  116.           HelpContext = 660
  117.           ItemHeight = 0
  118.           TabOrder = 0
  119.           PreventDuplicates = True
  120.           MaxItems = 10
  121.           MoveSelectedToTop = True
  122.           Version = '1.05'
  123.           RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
  124.           RegValue = 'Title'
  125.           RegStore = True
  126.           Options = [scAddOnExit, scAddOnCR, scWriteOnExit]
  127.         end
  128.       end
  129.       object GroupBox4: TGroupBox
  130.         Left = 1
  131.         Top = 139
  132.         Width = 385
  133.         Height = 93
  134.         TabOrder = 1
  135.         object Label4: TLabel
  136.           Left = 11
  137.           Top = 0
  138.           Width = 45
  139.           Height = 13
  140.           Caption = '&Base URL'
  141.         end
  142.         object Label5: TLabel
  143.           Left = 15
  144.           Top = 19
  145.           Width = 354
  146.           Height = 38
  147.           AutoSize = False
  148.           Caption = 
  149.             'The base URL is the absolute URL of the document.  This means th' +
  150.             'at  relative and partial URLs within the document will be relati' +
  151.             've to this base address. It is not compulsory, nor common to pro' +
  152.             'vide a base URL. '
  153.           WordWrap = True
  154.         end
  155.         object cmbBase: TSausCombo
  156.           Left = 13
  157.           Top = 64
  158.           Width = 359
  159.           Height = 21
  160.           HelpContext = 495
  161.           ItemHeight = 0
  162.           TabOrder = 0
  163.           PreventDuplicates = True
  164.           MaxItems = 10
  165.           MoveSelectedToTop = True
  166.           Version = '1.05'
  167.           RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
  168.           RegValue = 'Base'
  169.           RegStore = True
  170.           Options = [scAddOnExit, scAddOnCR, scWriteOnExit]
  171.         end
  172.       end
  173.     end
  174.     object tabMeta: TTabSheet
  175.       Caption = 'Author && Description'
  176.       object GroupBox1: TGroupBox
  177.         Left = 4
  178.         Top = 0
  179.         Width = 379
  180.         Height = 105
  181.         Caption = 'Author'
  182.         TabOrder = 0
  183.         object lblDocumentAuthor: TLabel
  184.           Left = 11
  185.           Top = 30
  186.           Width = 125
  187.           Height = 13
  188.           Caption = 'Documents &Author'#39's name'
  189.         end
  190.         object cmbAuthor: TSausCombo
  191.           Left = 11
  192.           Top = 52
  193.           Width = 358
  194.           Height = 21
  195.           HelpContext = 496
  196.           ItemHeight = 0
  197.           TabOrder = 0
  198.           PreventDuplicates = True
  199.           MaxItems = 10
  200.           MoveSelectedToTop = True
  201.           Version = '1.05'
  202.           RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
  203.           RegValue = 'Author'
  204.           RegStore = True
  205.           Options = [scAddOnExit, scAddOnCR, scWriteOnExit]
  206.         end
  207.       end
  208.       object GroupBox2: TGroupBox
  209.         Left = 4
  210.         Top = 111
  211.         Width = 380
  212.         Height = 121
  213.         Caption = 'Description'
  214.         TabOrder = 1
  215.         object lblDescription: TLabel
  216.           Left = 13
  217.           Top = 27
  218.           Width = 355
  219.           Height = 18
  220.           AutoSize = False
  221.           Caption = 
  222.             'This is a short description page most commonly utilized by searc' +
  223.             'h engines.'
  224.           FocusControl = memDescription
  225.           WordWrap = True
  226.         end
  227.         object memDescription: TMemo
  228.           Left = 11
  229.           Top = 49
  230.           Width = 358
  231.           Height = 66
  232.           HelpContext = 497
  233.           TabOrder = 0
  234.         end
  235.       end
  236.     end
  237.     object tabMeta2: TTabSheet
  238.       Caption = 'Keywords'
  239.       object GroupBox7: TGroupBox
  240.         Left = 2
  241.         Top = 2
  242.         Width = 383
  243.         Height = 237
  244.         Caption = 'Keywords'
  245.         TabOrder = 0
  246.         object lblKeywords: TLabel
  247.           Left = 5
  248.           Top = 23
  249.           Width = 374
  250.           Height = 58
  251.           AutoSize = False
  252.           Caption = 
  253.             'Keywords are a list of words that best describe your page. They ' +
  254.             'are used to index your page by search engines. Normally you will' +
  255.             ' only use a large number of keywords on the index page of a site' +
  256.             '. Each keyword should be separated by a comma.'
  257.           WordWrap = True
  258.         end
  259.         object btnLoadKeywords: TButton
  260.           Left = 78
  261.           Top = 200
  262.           Width = 105
  263.           Height = 25
  264.           HelpContext = 502
  265.           Caption = '&Load Keywords File'
  266.           TabOrder = 4
  267.           OnClick = btnLoadKeywordsClick
  268.         end
  269.         object btnSaveKeywords: TButton
  270.           Left = 185
  271.           Top = 200
  272.           Width = 104
  273.           Height = 25
  274.           HelpContext = 503
  275.           Caption = '&Save Keywords File'
  276.           TabOrder = 5
  277.           OnClick = btnSaveKeywordsClick
  278.         end
  279.         object chkKeywords: TCheckBox
  280.           Left = 19
  281.           Top = 178
  282.           Width = 100
  283.           Height = 16
  284.           HelpContext = 499
  285.           Caption = 'Insert As Typed'
  286.           Checked = True
  287.           State = cbChecked
  288.           TabOrder = 1
  289.         end
  290.         object chkUppercase: TCheckBox
  291.           Left = 123
  292.           Top = 178
  293.           Width = 118
  294.           Height = 16
  295.           HelpContext = 500
  296.           Caption = 'Insert All Uppercase'
  297.           TabOrder = 2
  298.         end
  299.         object chkLowercase: TCheckBox
  300.           Left = 250
  301.           Top = 179
  302.           Width = 121
  303.           Height = 12
  304.           HelpContext = 501
  305.           Caption = 'Insert All Lowercase'
  306.           TabOrder = 3
  307.         end
  308.         object memKeywords: TMemo
  309.           Left = 11
  310.           Top = 93
  311.           Width = 361
  312.           Height = 82
  313.           HelpContext = 659
  314.           TabOrder = 0
  315.         end
  316.       end
  317.     end
  318.     object tabMeta3: TTabSheet
  319.       Caption = 'Distribution'
  320.       object GroupBox8: TGroupBox
  321.         Left = 5
  322.         Top = 102
  323.         Width = 378
  324.         Height = 127
  325.         Caption = 'HTTP-EQUIV'
  326.         TabOrder = 1
  327.         object Label8: TLabel
  328.           Left = 28
  329.           Top = 26
  330.           Width = 323
  331.           Height = 24
  332.           AutoSize = False
  333.           Caption = 
  334.             'Using HTTP-EQUIV attributes means that HTTP servers can use the ' +
  335.             'Meta information in their HTTP responses. '
  336.           WordWrap = True
  337.         end
  338.         object chkName: TCheckBox
  339.           Left = 95
  340.           Top = 83
  341.           Width = 176
  342.           Height = 16
  343.           HelpContext = 505
  344.           Caption = 'Use &Name insead of HTTP-EQUIV'
  345.           TabOrder = 0
  346.           OnClick = chkNameClick
  347.         end
  348.       end
  349.       object GroupBox9: TGroupBox
  350.         Left = 5
  351.         Top = 8
  352.         Width = 380
  353.         Height = 89
  354.         Caption = 'Distribution'
  355.         TabOrder = 0
  356.         object lblDistribution: TLabel
  357.           Left = 42
  358.           Top = 26
  359.           Width = 301
  360.           Height = 13
  361.           Caption = 
  362.             'The Global option is used for the main entry points in your site' +
  363.             '.'
  364.           FocusControl = cmbDistribution
  365.         end
  366.         object cmbDistribution: TComboBox
  367.           Left = 138
  368.           Top = 53
  369.           Width = 88
  370.           Height = 21
  371.           HelpContext = 504
  372.           Style = csDropDownList
  373.           ItemHeight = 13
  374.           Items.Strings = (
  375.             'Global'
  376.             'Local')
  377.           TabOrder = 0
  378.         end
  379.       end
  380.     end
  381.     object tabRedirection: TTabSheet
  382.       Caption = 'Redirection'
  383.       object GroupBox5: TGroupBox
  384.         Left = 1
  385.         Top = 4
  386.         Width = 386
  387.         Height = 225
  388.         Caption = 'Document Redirection'
  389.         TabOrder = 0
  390.         object lblWait: TLabel
  391.           Left = 11
  392.           Top = 141
  393.           Width = 42
  394.           Height = 13
  395.           Caption = ' &Wait for'
  396.           FocusControl = spinDelay
  397.         end
  398.         object lblDelay: TLabel
  399.           Left = 127
  400.           Top = 141
  401.           Width = 201
  402.           Height = 13
  403.           Caption = 'seconds before changing Web Documents'
  404.         end
  405.         object lblURL: TLabel
  406.           Left = 12
  407.           Top = 189
  408.           Width = 47
  409.           Height = 13
  410.           Caption = 'New &URL:'
  411.         end
  412.         object Label6: TLabel
  413.           Left = 13
  414.           Top = 26
  415.           Width = 362
  416.           Height = 56
  417.           AutoSize = False
  418.           Caption = 
  419.             'Using Document Redirection, you can either reload the current pa' +
  420.             'ge or specify another URL to load. Document Redirection is commo' +
  421.             'nly used when a page has moved to new location,  and you wish to' +
  422.             ' automatically redirect visitors to that new address. '
  423.           WordWrap = True
  424.         end
  425.         object chkRedirection: TCheckBox
  426.           Left = 12
  427.           Top = 96
  428.           Width = 182
  429.           Height = 16
  430.           HelpContext = 506
  431.           Caption = '&Enable Web Document Redirection'
  432.           TabOrder = 0
  433.           OnClick = chkRedirectionClick
  434.         end
  435.         object spinDelay: TSpinEdit
  436.           Left = 64
  437.           Top = 138
  438.           Width = 57
  439.           Height = 22
  440.           HelpContext = 507
  441.           MaxValue = 2000000000
  442.           MinValue = 0
  443.           TabOrder = 1
  444.           Value = 0
  445.         end
  446.         object cmbRedirection: TSausCombo
  447.           Left = 63
  448.           Top = 185
  449.           Width = 309
  450.           Height = 21
  451.           HelpContext = 508
  452.           ItemHeight = 13
  453.           TabOrder = 2
  454.           PreventDuplicates = True
  455.           MaxItems = 10
  456.           MoveSelectedToTop = True
  457.           Version = '1.05'
  458.           RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
  459.           RegValue = 'Author'
  460.           RegStore = True
  461.           Options = [scAddOnExit, scAddOnCR, scWriteOnExit]
  462.         end
  463.       end
  464.     end
  465.   end
  466. end
  467.